home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / util / libs / regex.lha / regex / Docs / regex.readme < prev    next >
Encoding:
Text File  |  1999-04-23  |  867 b   |  21 lines

  1.  
  2. Name: regex.library
  3. Version: 1.2
  4. Date: 17.3.99
  5. Author: Alfonso Ranieri <alfier@iol.it>
  6. Copyright: Henry Spencer
  7. Status: freeware
  8.  
  9. Description: regex.library is an AmigaOS shared library that implements regular
  10.              expressions (REs) as defined in POSIX 1003.2 .
  11.              The library is based on the code by Henry Spencer (see the Copyright file),
  12.              included in sources of Apaches_1.3.4 .
  13.              The library offers also an ARexx interface to REs .
  14.  
  15. Note: This is the very first non beta version, tested, but not so much .
  16.       REs function are very very stack consuming ( expecially regcomp and regexec )
  17.       so always watch your stack .
  18.       From the original documentation by Henry Spencer, it seems that a RE like
  19.       a)b is legal: it is not .
  20.       That's why the test from the original archive reports error on REs with a ')'.
  21.